Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

355
Visualizações
Kotlin : how to resolve, "Could not create plugin of type 'KotlinPluginWrapper'?

UPDATE RESOLVED! I had to update gradle to the latest version.

I am trying to "deploy" a Kotlin project to a standalone server an am running in to the following error:

FAILURE: Build failed with an exception.

    * Where:
    Build file '/root/Arctix/build.gradle' line: 4
    
    * What went wrong:
    An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '1.6.10']
    > Failed to apply plugin [id 'org.jetbrains.kotlin.jvm']
       > Could not create plugin of type 'KotlinPluginWrapper'.
          > kotlin/jvm/internal/Intrinsics

I don't understand. Below is my gradle.build file:

plugins {
    id 'java'
    id 'application'
    id 'org.jetbrains.kotlin.jvm' version '1.6.10'
}

group 'dev.j3ee'
version '0.001'

application {
    mainClassName = 'test.MainKt'
}

repositories {
    mavenCentral()
}

dependencies {
    implementation "com.h2database:h2:2.1.210"
    implementation "org.jetbrains.kotlin:kotlin-stdlib"
    implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.10"
    testCompile group: 'junit', name: 'junit', version: '4.12'
}

Any which way would be amazing. Thank you.

Resolved Update Gradle! Thank you.

over 4 years ago · Santiago Trujillo
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda